ServerSocket.ActiveConnections Function

Returns an array of TCPSockets. Gets the array of active sockets managed by the ServerSocket.

Syntax

result = ServerSocket.ActiveConnections( )

Return Value

Result

TCPSocket

Notes

These are the TCPSockets that were added via the AddSocket event and are now connected.